projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
074c438
)
(View-exit-and-edit): Bind view-no-disable-on-exit to nil.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 3 Jun 1998 14:35:38 +0000
(14:35 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 3 Jun 1998 14:35:38 +0000
(14:35 +0000)
lisp/view.el
patch
|
blob
|
history
diff --git
a/lisp/view.el
b/lisp/view.el
index 1f6c8f42ac2becc051a742bc2f724c8a3f49ac68..ca9ee827f5af4407763962bfeaa635fcb14b9d5d 100644
(file)
--- a/
lisp/view.el
+++ b/
lisp/view.el
@@
-582,7
+582,8
@@
corresponding OLD-WINDOW is a live window, then select OLD-WINDOW."
(defun View-exit-and-edit ()
"Exit View mode and make the current buffer editable."
(interactive)
- (let ((view-old-buffer-read-only nil))
+ (let ((view-old-buffer-read-only nil)
+ (view-no-disable-on-exit nil))
(view-mode-exit)))
(defun View-leave ()